home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Science / RLaB / help / det < prev    next >
Text File  |  1994-04-25  |  228b  |  13 lines

  1. det:
  2.  
  3. Syntax: det ( A )
  4.  
  5. Description:
  6.  
  7.     Det computes the determinant of the matrix argument.
  8.  
  9.     Det uses the LAPACK functions to factor the input, and the
  10.     LINPACK algorithm to calculate the determinant.
  11.  
  12. See Also inv, lu, rcond
  13.